projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e34fe
)
83xx: add missing TIMING_CFG1_CASLAT_* defines
author
Heiko Schocher
<
[email protected]
>
Wed, 11 Feb 2009 18:26:15 +0000
(19:26 +0100)
committer
Kim Phillips
<
[email protected]
>
Tue, 17 Feb 2009 01:17:19 +0000
(19:17 -0600)
Signed-off-by: Heiko Schocher <
[email protected]
>
Signed-off-by: Kim Phillips <
[email protected]
>
include/mpc83xx.h
patch
|
blob
|
history
diff --git
a/include/mpc83xx.h
b/include/mpc83xx.h
index 3554fdd4ed92abe5e6fe5300e941188b9b48c547..fab37516cf8b11f5ea22c08b8c45d8f7f4c4f2ae 100644
(file)
--- a/
include/mpc83xx.h
+++ b/
include/mpc83xx.h
@@
-890,6
+890,8
@@
#define TIMING_CFG1_CASLAT_30 0x00050000 /* CAS latency = 3.0 */
#define TIMING_CFG1_CASLAT_35 0x00060000 /* CAS latency = 3.5 */
#define TIMING_CFG1_CASLAT_40 0x00070000 /* CAS latency = 4.0 */
+#define TIMING_CFG1_CASLAT_45 0x00080000 /* CAS latency = 4.5 */
+#define TIMING_CFG1_CASLAT_50 0x00090000 /* CAS latency = 5.0 */
/* TIMING_CFG_2 - DDR SDRAM Timing Configuration 2
*/